home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / gemxx19.zoo / gem++19 / man / gemfb.man < prev    next >
Text File  |  1993-05-04  |  2KB  |  54 lines

  1.                      GEM++ - C++ LIBRARIES FOR GEM/AES/VDI
  2.  
  3.  
  4.  
  5. NAME
  6.      GEMfeedback - the result of processing a GEMevent
  7.  
  8. DESCRIPTION
  9.      When an event occurs in a GEMactivity, it is passed to the
  10.      appropriate object for processing.  That object then returns
  11.      a GEMfeedback to describe its response.
  12.  
  13.      The interaction loop of a GEMform also passes events to
  14.      component objects and reacts to their responses.
  15.  
  16.      Currently this class is just an enumeration, since the range
  17.      of responses is minimal.
  18.  
  19. VALUES
  20.      EndInteraction
  21.        - Signals that the GEMactivity/GEMform should cease.
  22.      ContinueInteraction
  23.        - Signals that the GEMactivity/GEMform should continue.
  24.      RedrawMe
  25.        - Signals that the object needs to be redrawn (GEMobjects only),
  26.          and the GEMactivity/GEMform should continue.
  27.      RedrawMyParent
  28.        - Signals that the parent of the object needs to be redrawn
  29.          (GEMobjects only), and the GEMactivity/GEMform should continue.
  30.      IgnoredClick
  31.        - Signals that the recipient ignored the event.
  32.  
  33. SEE ALSO
  34.      GEMactivity, GEMform,
  35.      GEMwindow, GEMformwindow, GEMmenu, GEMobject, GEMtimer, GEMkeysink.
  36.  
  37. BUGS
  38.      Bugs in GEM++ should be reported to warwick@cs.uq.oz.au
  39.  
  40. AUTHOR
  41.      Warwick Allison, 1993.
  42.      warwick@cs.uq.oz.au
  43.  
  44. COPYING
  45.      This functionality is part of the GEM++ library,
  46.      and is Copyright 1993 by Warwick W. Allison.
  47.  
  48.      GEM++ is free and protected under the GNU Library General Public
  49.      License.
  50.  
  51.      You are free to copy and modify these sources, provided you
  52.      acknowledge the origin by retaining this notice, and adhere to
  53.      the conditions described in the GNU LGPL.
  54.